home *** CD-ROM | disk | FTP | other *** search
- /*
- * Viewer_System.h
- *
- * QuickDraw 3D 1.6 Sample
- * Robert Dierkes
- *
- * 12/22/98 RDD Created.
- */
-
- #ifndef _HViewer_System
- #define _HViewer_System
-
-
- #ifdef __cplusplus
- extern "C" {
- #endif
-
-
- /*------------------*/
- /* Constants */
- /*------------------*/
-
-
- /*------------------*/
- /* Macros */
- /*------------------*/
- #define kQD3DGestaltVersion_1_6_0 0x00010600
-
-
- TQ3Boolean QuickDraw3D_Initialize(
- void);
-
- TQ3Boolean QuickDraw3D_Exit(
- void);
-
- void System_Beep (
- void);
-
-
- #ifdef __cplusplus
- }
- #endif
-
- #endif /* _HViewer_System */
-